hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipAssetUDA
hip
api
data
commons
Use @Asset instead of HipAsset.
pragma(
LDC_no_typeinfo
)
struct
HipAssetUDA (
T
Extra
) {
string
path
;
static if
(
!(is(T == void))
)
T
function
(
string
data
)
conversionFunction
;
static if
(
!(is(Extra == void))
)
Extra
extra
;
int
start
;
int
end
;
}
Members
Variables
conversionFunction
T
function
(
string
data
)
conversionFunction
;
end
int
end
;
Undocumented in source.
extra
Extra
extra
;
Undocumented in source.
path
string
path
;
Undocumented in source.
start
int
start
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
commons
enums
HipAssetResult
functions
Asset
getModulesFromRoot
loadAssets
splitLines
interfaces
IHipAssetLoadTask
IHipDeserializable
IHipPreloadable
IReloadable
mixin templates
ForeachAssetInClass
LoadAllAssets
LoadReferencedAssets
PreloadAssets
structs
HipAssetUDA
templates
FilterAsset
GetAssetUDA
Use @Asset instead of HipAsset.